projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d43b9a
)
; * src/xfaces.c (realize_gui_face): Correct formatting
author
Robert Pluim
<rpluim@gmail.com>
Tue, 23 Feb 2021 14:21:26 +0000
(15:21 +0100)
committer
Robert Pluim
<rpluim@gmail.com>
Thu, 25 Feb 2021 15:44:43 +0000
(16:44 +0100)
* src/xfaces.c (realize_gui_face): Correct code formatting.
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 4b020001c31ea147dc1390b9c9c4fbb01623f65d..ab4440f46ad0db1453032fa5c61e16e9df1ae896 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-6034,10
+6034,11
@@
realize_gui_face (struct face_cache *cache, Lisp_Object attrs[LFACE_VECTOR_SIZE]
face->box = FACE_RAISED_BOX;
else if (EQ (value, Qpressed_button))
face->box = FACE_SUNKEN_BOX;
- else if (EQ (value, Qflat_button)) {
- face->box = FACE_SIMPLE_BOX;
- face->box_color = face->background;
- }
+ else if (EQ (value, Qflat_button))
+ {
+ face->box = FACE_SIMPLE_BOX;
+ face->box_color = face->background;
+ }
}
}
}